home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / gus0037.zip / SBOS.BAT < prev    next >
DOS Batch File  |  1994-01-28  |  628b  |  26 lines

  1. @ECHO OFF
  2. REM ----
  3. REM  Name:    SBOS Batch File
  4. REM  Tested:  01/06/94 - JRS
  5. REM  Purpose: Check for the users ULTRADIR enviro variable. If found then
  6. REM           use this to find SBOS. This is more reliable then using
  7. REM           the path to locate these files.
  8. REM ---
  9. if not exist sbosdrv.com goto NOLOCAL
  10. if not exist loadsbos.exe goto NOLOCAL
  11. if not exist sboslib.sbs goto NOLOCAL
  12. goto NOULTRADIR
  13. :NOLOCAL
  14.  
  15. if %ultradir%!==! GOTO NOULTRADIR
  16. %ultradir%\sbosdrv.com %1 %2 %3 %4
  17. %ultradir%\loadsbos %1 %2 %3 %4
  18. GOTO EXIT
  19.  
  20. :NOULTRADIR
  21. sbosdrv.com %1 %2 %3 %4
  22. loadsbos %1 %2 %3 %4
  23. GOTO EXIT
  24.  
  25. :EXIT
  26.